home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / avodka.dxr / 00074.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  382 b   |  24 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(22) or rollOver(23) then
  5.       cursor([901, 902])
  6.     else
  7.       HotSpots(2, 7)
  8.     end if
  9.     if rollOver(7) then
  10.       onVis(8)
  11.     else
  12.       InVis(8)
  13.     end if
  14.   end if
  15.   if act = 1 then
  16.     if rollOver(25) or rollOver(26) then
  17.       cursor([901, 902])
  18.     else
  19.       cursor(-1)
  20.     end if
  21.   end if
  22.   Loopframe()
  23. end
  24.